|
Foxit PDF SDK
|
继承自 FoxitPDFSDKPython3._object .
Public 成员函数 | |
| def | Response () |
| 构造函数。 | |
| def | Response (other) |
| 带另一个响应对象的构造函数。 更多... | |
| def | Set (type, response_data) |
| 设置值。 更多... | |
静态 Public 属性 | |
| e_TypeCRL = _fsdk.Response_e_TypeCRL | |
| CRL 响应。 | |
| e_TypeNone = _fsdk.Response_e_TypeNone | |
| 无响应。 | |
| e_TypeOCSP = _fsdk.Response_e_TypeOCSP | |
| OCSP 响应。 | |
| type = _fsdk.Response_type | |
| 响应类型。请参考从 FoxitPDFSDKPython3.Response.e_TypeNone 开始的值, 应为这些值之一。 | |
此类表示证书的响应。
| def FoxitPDFSDKPython3.Response.Response | ( | other | ) |
带另一个响应对象的构造函数。
| [in] | other | 另一个响应对象。 |
| def FoxitPDFSDKPython3.Response.Set | ( | type, | |
| response_data | |||
| ) |
设置值。
| [in] | type | 响应类型。请参考从 FoxitPDFSDKPython3.Response.e_TypeNone 开始的值, 应为这些值之一。 |
| [in] | response_data | 响应内容。 |